home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: netcom.com!gibson
- From: gibson@netcom.com (Bob Gibson)
- Subject: Re: Why C++ sucks++
- Message-ID: <gibsonDLzuoG.3En@netcom.com>
- Organization: A number of persons or groups united for some purpose
- X-Newsreader: TIN [version 1.2 PL1]
- References: <1996Jan29.223357.1@aspen> <4ek6e8$s76@reader2.ix.netcom.com>
- Date: Tue, 30 Jan 1996 12:29:03 GMT
- Sender: gibson@netcom11.netcom.com
-
- : ferriom@aspen wrote:
-
- : >*** HIGH SCHOOL ***
-
- : >100 PRINT "Hello World."
- : >999 END
-
- ... Let's be consistant. :-)
-
- *** SEASONED PROFESSIONAL ***
- #include <iostream.h>
-
- main()
- {
- cout << "Hello World" << endl;
- return 0;
- }
-
-
- --
- O.J. Verdict - The best innocence money can buy
-
- Bob Gibson -- gibson@netcom.com
-